/* CSS Document */

a:link {
  color: #323232;
  text-decoration:none;
}

a:visited {
  color: #323232;
  text-decoration:none;
}

a:hover {
  color: hotpink;
  text-decoration:none;
}

/* ±»Ñ¡ÔñµÄÁ´½Ó */
a:active {
  color: #323232;
  text-decoration:none;
}